#Random Move INP/Def.
LMB:Generate Random Moving Animation for all selected Objects.**You will enter Speed and LastKeyFrame.**_
RMB:Generate Random Moving Animation for all selected Objects.**This will use default values of 15 and all Frames.
[INP]Speed,LastKeyFrame!25,250
RandMove([INP1],[INP2])
[OnRightMouseButton!]
FR=GetLastFrame()
RandMove(15,FR)
#END
